Link to this headinghi3815 IP Camera
https://felipe.astroza.cl/hacking-hi3815-based-ip-camera/
Link to this headingGetting the Memory Map
- Get the info from the Kernel Boot log.
- Get the info from
dmesg - Get the info from
/proc/mtd
Link to this headingCopying the Data
- Try mounting a NFS
- Try connecting to a TFTP Server
- Check that you can
puta file to it - You might need to split files with
split -b 5242880 mtdblock2
- Check that you can
Mount a NFS:
#To avoid data corruption, remount / as a read-only file system.
Copy the Directories:
#Remount the root dir as RW
Link to this headingSPI Read and Write
Setup SPI:
#Setup Flash device
Read Files and transfer them to a server:
#sf read [addr] [offset] [len]
Erase Flash:
Write Flash: